<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{ margin:0; padding:0; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
body{color: #333; min-width:1366px;}
body, div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p { margin:0; padding:0; font:14px/1.5 Microsoft Yahei,微软雅黑,Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif;}
table,td,tr,th { border-collapse: collapse; border-spacing: 0; font-size:14px;}
ol,ul {list-style:none;}
li { list-style-type:none;}
img { vertical-align:middle;border:0;}
address,cite,code,em,th,i { font-weight:normal; font-style:normal;}
.clear { clear:both; *zoom:1;}
.clear:after { display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
a {text-decoration:none; color:#333;cursor:pointer;}
a:visited { text-decoration:none;}
a:hover { text-decoration:none;}
a:active { text-decoration:none;}
.fl { float:left;}
.fr { float:right;}
/* 设置滚动条的样式 */
::-webkit-scrollbar { width:5px;}/* 滚动槽 */
::-webkit-scrollbar-track { background-color:#e6e6e6; border-radius:0px;}/* 滚动条滑块 */
::-webkit-scrollbar-thumb { background-color:#0a78d7;border-radius:4px;}
::-webkit-scrollbar-thumb:window-inactive { background-color:#0a78d7;border-radius:4px;}


/* 按钮样式去除*/
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {  -webkit-appearance: none;}
input{ border-radius: 0; } 
.w1600 { width: 1366px; margin: 0 auto; }

@font-face {
	font-family: "Ariblk";
    src: url(../fonts/Ariblk.ttf);
}


/**top start**/
header .head_top{ width:100%; height:95px;}
header .head_top .w1600{height:100%;}
header .head_top .logo{float:left;width: 317px;}
header .head_top .logo img{ width:100%;}

header .head_top .w1600 .top_ss{float:right;width: calc(35% - 317px);margin-top:35px;}
header .head_top .w1600 .top_ss .sr{ width:80%; float:left;height:37px; line-height:37px; color:#999; padding-left:8px;border:1px solid #ededed; outline:none; border-radius:5px 0 0 5px;}
header .head_top .w1600 .top_ss .tj{ width:20%; height:37px; float:left;border:1px solid #ededed; outline:none; border-left:0; background:#fff;background: url(../images/serach.png) center center no-repeat;border-radius:0 5px 5px 0;}

/*头部导航 开始*/
.ly_nav {width: 64%;height:100%;margin:0;padding:0;float:left;margin-left: 1%;position:static;z-index:9999999;}
.ly_nav li, .ly_nav a {	text-decoration: none; list-style: none;}
.ly_nav ::-webkit-scrollbar { display: none;}
.ly_nav .nav_list { width:100%; margin:0 auto; -webkit-box-sizing: border-box; box-sizing: border-box;}
.ly_nav .nav_list &gt; ul &gt; li {display:inline-block;width:auto;position: relative;list-style: none;padding: 0 22px;float:left;position:relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.ly_nav .nav_list &gt; ul &gt; li:last-child { background:none;}
.ly_nav .nav_list &gt; ul &gt; li:hover {}
.ly_nav .nav_list &gt; ul &gt; li &gt; a {display: inline-block;width:100%;line-height: 60px;color: #666;font-size: 17px;text-align:center;padding: 20px 0;margin: 0;text-decoration: none;position:relative;z-index:1;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.ly_nav .nav_list &gt; ul &gt; li:hover, .ly_nav .nav_list &gt; ul &gt; li.active {}
.ly_nav .nav_list &gt; ul &gt; li:hover &gt; a, .ly_nav .nav_list &gt; ul &gt; li.active &gt; a { color: #fff;}
.ly_nav .nav_list &gt; ul &gt; li &gt; em {display:block;width:100%;height:0;overflow:hidden;background-color:#0a78d7;margin:0;padding:0;position:absolute;bottom:0px;left:0;transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;}
.ly_nav .nav_list &gt; ul &gt; li:hover &gt; em, .ly_nav .nav_list &gt; ul &gt; li.active &gt; em { height:100%;}
.ly_nav .nav_list &gt; ul &gt; li i { display:inline-block; width:20px; height:20px; background:url(../images/down.png) center center no-repeat; background-size:20px 20px; vertical-align:middle; cursor:pointer; margin:0; display:none;}
.ly_nav .nav_list &gt; ul &gt; li i.cur{ background:url(../images/up.png) center center no-repeat; background-size:10px 10px; text-decoration:none;}
.ly_nav .nav_list &gt; ul &gt; li ul { display:none; width:160%; overflow:hidden; background-color:#fff; box-shadow:0 5px 10px rgba(0, 0, 0, 0.1); position:absolute; left:-30%; top:100px; z-index:9;}
.ly_nav .nav_list &gt; ul &gt; li:hover ul { display:block;}
.ly_nav .nav_list &gt; ul &gt; li ul li { width:100%; overflow:hidden; margin:0 auto; padding:0; border-bottom:1px solid rgba(85, 87, 89, 0.1);}
.ly_nav .nav_list &gt; ul &gt; li ul li:last-child { border:0;}
.ly_nav .nav_list &gt; ul &gt; li ul li a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#555; font-size:14px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_nav .nav_list &gt; ul &gt; li ul li a:hover { color:#0a78d7;}
.ly_nav .nav_menu { display: none;}

.fxd .ly_nav .nav_list &gt; ul &gt; li &gt; a { color:#333;}
.fxd .ly_nav .nav_list &gt; ul &gt; li:hover &gt; a, .fxd .ly_nav .nav_list &gt; ul &gt; li.active &gt; a { color: #fff;}

/**top end**/

/* banner 开始 */
.apple-banner { width: 100%; height: 815px; overflow: hidden;}
.apple-banner .swiper-container1 { width: 100%; height: 815px; position:relative;}
.apple-banner .swiper-container1 .swiper-button-prev, .apple-banner .swiper-container1 .swiper-button-next { width: 15%; height: 100%; top:0; background:none; margin:0;}
.apple-banner .swiper-container1 .swiper-button-prev { left:0;}	
.apple-banner .swiper-container1 .swiper-button-next { right:0;}
.apple-banner .swiper-button-prev span, .apple-banner .swiper-button-next span { display:block; width: 64px; height: 64px; position: absolute; top: 50%; margin-top:-32px; border-radius: 100%; opacity: 0; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease;}
.apple-banner .swiper-button-prev span { background: rgba(0,0,0,0.3) url(../images/arrows1.png) center center no-repeat; left: 20px;}
.apple-banner .swiper-button-next span { background: rgba(0,0,0,0.3) url(../images/arrows2.png) center center no-repeat; right:20px;}
.apple-banner .swiper-button-prev:hover span, .apple-banner .swiper-button-next:hover span{ opacity: .7;}
/*分页器*/
.apple-banner .swiper-container-horizontal&gt;.swiper-pagination-bullets, .apple-banner .swiper-pagination-custom, .apple-banner .swiper-pagination-fraction{ top:auto; bottom:40px;}
.apple-banner .swiper-pagination-bullet { display: inline-block; width: 15px; height:15px; background:none; border:1px solid #fff; margin: 0 4px; cursor: pointer;border-radius:0;opacity: 1; border-radius:50%;}
.apple-banner .swiper-pagination-bullet-active { background:#fff;}

/* banner 结束 */

/*首页产品展示*/
.h_product_box { padding:50px 0 20px;}
.h_public_title { text-align: center; margin-bottom: 20px; }
.h_public_title p { font-size: 35px; color: #333; font-weight: bold; margin-bottom: 10px; }
.h_public_title p i { font-style: normal; color: #59bc2b; font-weight: bold; }
.h_public_title span { display: block; background: url(../images/tit_ico.png) no-repeat center center; height: 10px; }
.h_public_title2 p { color: #fff; margin-bottom: 20px; }
.h_pro_mulu { margin: 40px 0 50px; text-align: center; height: 50px; overflow: hidden; }
.h_pro_mulu a { display: inline-block;height: 50px; line-height: 50px; text-align: center; color: #666; position: relative; font-size: 16px; margin: 0 1% 0 0; vertical-align: middle; padding: 0 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background: #e5e6eb; max-width:200px; }
.h_pro_mulu a:hover { background:#0a78d7; color:#fff; }

/*底部产品*/
.idxProtj_main_box { width: 100%; overflow: hidden; min-height:300px; }
.idxProtj_main { position: relative; }
.idxProtj_main ul{ margin-bottom:30px;}
.idxProtj_main ul li { width: 23.5%; overflow: hidden; padding: 0; background-color: #fff; float: left; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border:1px solid #e5e6eb; }
.idxProtj_main ul li:nth-child(4n+4) { margin: 0 0 30px; }
.idxProtj_main ul li .lyIdxPro_img { width: 100%; height: 480px; overflow: hidden; margin: 0 auto; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.idxProtj_main ul li .lyIdxPro_img a { display: block; width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 0; background-color: #fff; border-bottom: 0;position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.idxProtj_main ul li .lyIdxPro_img a img { display: block; max-width: 100%; max-height: 100%; overflow: hidden; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;  }
.idxProtj_main ul li .lyIdxPro_con a.lyIdxPro_btn { display: none; }
.idxProtj_main ul li .lyIdxPro_con { display:none; width: 100%;overflow: hidden; margin: 0; padding: 120px 30px 0; position: absolute; bottom: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; height: 100%; background-color: rgba(10,120,215,0.9);  }
.idxProtj_main ul li:hover .lyIdxPro_con { display:block; }
.idxProtj_main ul li .lyIdxPro_con a.indpro_name { display: block; font-size: 22px; color: #333; text-align: center; height: 40px; line-height: 40px; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: bold; }
.idxProtj_main ul li:hover .lyIdxPro_con a.indpro_name { padding: 0; height: 40px; line-height: 40px; color: #fff; }
.idxProtj_main ul li .lyIdxPro_con p { width: 100%; height: 90px; overflow: hidden; line-height: 30px; color: rgba(255,255,255,.9); font-size: 15px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin: 20px auto; padding: 0; }
.idxProtj_main ul li:hover .lyIdxPro_con a.lyIdxPro_btn { display: block; width: 60px; height: 60px; overflow: hidden; margin: 20px auto 0; padding: 0; }
.idxProtj_main ul li .indpro_more { display: block; width: 165px; height: 50px; line-height: 50px; text-align: center; color: #fff; margin: 40px auto 0; font-size: 16px; overflow: hidden; position: relative; border: 1px solid #fff; border-radius:30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  }
.idxProtj_main ul li .indpro_more a { color: #fff; }
.idxProtj_main .swiper-container2 { overflow: hidden; position: relative; }
.idxProtj_main .swiper-container2 .swiper-pagination { width: 100%; height: 14px; overflow: hidden; margin: 0; padding: 0; left: 0; bottom: 0!important; }
.idxProtj_main .swiper-container2 .swiper-pagination .swiper-pagination-bullet { width: 14px; height: 14px; border-radius: 50%; opacity: 1!important; background-color: #e4e5e9; }
.idxProtj_main .swiper-container2 .swiper-pagination .swiper-pagination-bullet-active { background: #0a78d7; }

/*首页产品展示 结束*/

/*idx_About 开始*/
.idx_About { width:100%; height:auto; margin:40px auto 0;  position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; background:url(../images/about_bg.jpg) repeat-y; overflow:hidden; padding:80px 0; }
.idx_About .idxAbout_main {  height:auto; margin:0 auto; padding:0; position:relative;}
.idxAbout_img { width: 45%; height: 100%; overflow: hidden; float:right; }
.idxAbout_img img { width: 100%; max-height: 100%; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .25s; transition: all .5s;box-shadow:0 10px 20px rgba(0,0,0,0.05); }
.idxAbout_img img:hover {box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.1);}

.idxAbout_main .idxAbout_text { width:50%; height:auto; margin:0; padding:30px 0; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.idxAbout_text .idxAbout_con { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.idxAbout_con .idxAbout_contit {width:100%;overflow:hidden;margin: 0 auto 30px;padding:0;}
.idxAbout_contit span {display:block;width:100%;line-height:64px;color: #0a78d7;font-size: 55px;font-weight:bold;margin:0 auto;padding:0;}
.idxAbout_contit div {display:block;width:100%;line-height:50px;color:#333;font-size: 32px;font-weight:bold;margin: 0;padding:0;}
.idxAbout_con em { display:block; width:60px; height:2px; overflow:hidden; margin:30px 0; padding:0; background-color:#0d5198;}
.idxAbout_con p {width:100%;max-height: 160px;overflow:hidden;line-height: 33px;color: #717171;font-size: 16px;text-align:justify;text-indent:2em;margin:0 auto;padding:0;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;text-overflow: ellipsis;}

.idxAbout_text .idxAbout_data { width:100%; overflow:hidden; margin:60px auto 0; padding:0;}
.idxAbout_data ul li { width:33.33333%; overflow:hidden; margin:0 auto; padding:0 10px; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.idxAbout_data ul li p {width:100%;height:50px;overflow:hidden;line-height:50px;color:#333;font-size: 50px;font-weight:bold;margin: 0 auto 12px;padding:0;}
.idxAbout_data ul li p sup {font-weight:normal;font-size:14px;font-style:normal;color: #666; display:inline-block; margin-left:5px;}
.idxAbout_data ul li em { display:block; width:24px; height:2px; overflow:hidden; margin:15px auto; background-color:#0d5198;}
.idxAbout_data ul li span {display:block;width:100%;overflow:hidden;line-height:20px;color: #666;font-size: 16px;margin:0 auto;padding:0;}


.idxAbout_data .wow p{transition: all 0.5s;color: #0a78d7;}.idxAbout_data .wow p:hover { cursor: pointer;    transform: scale(1.1);}

/*idx_About 结束*/

/*新闻中心 开始*/
.ly_idxNews { padding: 50px 0 60px; }
.ly_idxNews .news-boxs{ margin-top:50px;}
.ly_idxNews .news-swiper { float: left; width:52%; }
.ly_idxNews .news-swiper li { width: 100%; }
.ly_idxNews .news_img { position: relative; width: 65%; float: right; height: 482px; overflow: hidden; }
.ly_idxNews .news_img img { display: block; width: 100%; height: 100%; margin: auto; padding: 0; object-fit: cover; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.ly_idxNews .news-swiper:hover .news_img img { transform: scale(1.05); }


.ly_idxNews .news_button { width: 15%; height: 100%; top:0; background:none; margin:0;}
.ly_idxNews .news_button { left:0; position:absolute;}
.ly_idxNews .news_button span { border:1px solid #fff; display:block; width: 60px; height: 60px; position: absolute; bottom:40px; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease;}
.ly_idxNews .news_button span { background: url(../images/morejt2.png) center center no-repeat; left:20px;}


.ly_idxNews .news_text {background: #0a78d7;padding: 80px 20px 0;float: left;width: 35%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;height:482px;overflow: hidden;position: relative;}
.ly_idxNews .news-txt {position: relative;}
.ly_idxNews .news_text i { display:block; width:30px; height:4px; background:#fff; margin:20px 0;}
.ly_idxNews .news_text p {line-height: 26px;color: rgba(255,255,255,.7);display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;text-overflow: ellipsis;margin-bottom: 60px;height: 76px;font-size: 14px;overflow: hidden;}
.ly_idxNews .news_text a.news_bt {display: block;font-size: 18px;font-weight: normal;color: #fff;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;height: 37px;line-height: 37px;}

.ly_idxNews .news_r{ width:45%; float:right;}
.ly_idxNews .news_r ul li { width: 100%;  background: #fff; float: left; padding: 19px 25px; margin: 0 0 25px 0;box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.1);box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; }
.ly_idxNews .news_r ul li:nth-child(2n) { margin-right: 0; }
.ly_idxNews .news_r ul li .time { float:left; width:102px; text-align: center; background: #f5f5f5; height:106px; padding-top: 22px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; }
.ly_idxNews .news_r ul li .time .year { font-size: 18px; color: #c4c4c4; font-weight: normal; }
.ly_idxNews .news_r ul li .time .month { font-size: 24px; color: #848484;}
.ly_idxNews .news_r ul li .wz { width:100%; padding-left:120px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; padding-top:10px; }
.ly_idxNews .news_r ul li .wz a.InfoTitle { display: block; font-size: 17px; color: #31373f; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.ly_idxNews .news_r ul li .wz p { font-size: 14px; line-height: 25px; margin-top: 5px; height: 50px; overflow: hidden; color: #999; display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;text-overflow: ellipsis;}
.ly_idxNews .news_r ul li:hover .wz a.InfoTitle { color: #0a78d7; }
.ly_idxNews .news_r ul li:hover .time .year,.ly_idxNews .news_r ul li:hover .time .month{color: #0a78d7;}

.news_btn{ margin-top:40px;}
.news_btn a { display:block; width:165px; height:50px; overflow:hidden; line-height:50px; color:#0a78d7; font-size:16px; margin:0 auto; background-color:#fff; border:1px solid #0a78d7; border-radius:27px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background:url(../images/morejt1.png) no-repeat 110px center; padding-left:35px;}
.news_btn a:hover { color:#fff; background:#0a78d7 url(../images/morejt2.png) no-repeat 110px center;}


/*首页新闻 结束*/

/*首页案例展示 开始*/
.ly_idxCase{ width:100%; padding:50px 0 60px; background:#f1f1f1;}
.lyCase_list { width:100%; height:auto; margin:45px auto 0; padding:20px; background:#fff;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; min-height:300px;}

.lyCase_list ul li { width:23.5%; height:auto; margin:0 2% 0 0; background-color:#fff; box-shadow:0 0 0 rgba(0,0,0,0.1); float:left; border-radius: 8px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyCase_list ul li:nth-child(4n+4) { margin:0;}
.lyCase_list ul li:hover { }
.lyCase_list ul li .idxCase_img { width:100%; height:275px; overflow:hidden; margin:0 auto 10px; padding:0; position:relative;}
.lyCase_list ul li .idxCase_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.lyCase_list ul li .idxCase_img a img { display:block; width:100%; height:100%; object-fit:cover; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyCase_list ul li:hover .idxCase_img a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.lyCase_list ul li:hover .idxCase_img a:after{content:'';display:block;width:100%;height:100%;background:rgba(0,0,0,.4) url(../images/case_hover.png) center center no-repeat;position:absolute;top:0;left:0;}
.lyCase_list ul li .idxCase_text { width:100%; height:auto; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyCase_list ul li .idxCase_text .idxCase_name { width:100%; height:40px; margin:0 auto; padding:0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyCase_list ul li .idxCase_text .idxCase_name a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:18px; white-space: nowrap; text-overflow: ellipsis; margin:0; padding:0;}
.lyCase_list ul li .idxCase_text span { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#999; font-size:14px; margin:4px auto 10px; padding:0;}
.lyCase_list ul li .idxCase_text span img { display:block; width:20px; height:20px; overflow:hidden; margin:0 4px 0 0; padding:0; float:left;}
.lyCase_list ul li:hover .idxCase_text .idxCase_name a { color:#0a78d7;}
.lyCase_list ul li .idxCase_text p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#888; font-size:14px; word-break:break-all; margin:0 auto; padding:0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyCase_list ul li .idxCase_text a.idxCase_btn { display:block; width:140px; height:40px; overflow:hidden; line-height:38px; color:#0a78d7; font-size:14px; margin: 0; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*首页案例展示 结束*/

/**lyIdx_Links start**/
.h_link_box {background:#fff;}
.h_link_box .w1200{margin:0 auto;}
.h_link_box .cate-title {font-size:20px;color:#555;float:left;width:140px;background:url(../images/link_icon.png) no-repeat left 35px;padding:30px 0 24px 30px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.h_link_box .list {padding:30px 0 24px;float:right;width: calc(100% - 140px);}
.h_link_box .list li {float:left;padding-right:10px;margin-right:10px;line-height:26px;margin-bottom:10px;}
.h_link_box .list a {/*display:block;*/font-size:16px;color:#666666;transition:all .3s;}
.h_link_box .list a:hover {color:#0a78d7;}

/**lyIdx_Links end**/

/*底部*/
.pc_foot {width:100%;background: #191b28;}
.pc_ft_main {padding: 40px 0;position:relative;margin: 0 auto;}
.pc_ft_main .ft_list {float:left;overflow:hidden;padding:0;width: 45%;}
.ft_list ul li {width: 28.3333%;height: 200px;overflow:hidden;float:left;box-sizing:border-box;-moz-box-sizing:border-box;/* Firefox */-webkit-box-sizing:border-box;/* Safari */margin-right:5%;}
.ft_list ul li b {width:100%;height:30px;overflow:hidden;line-height:30px;color:#fff;font-size: 18px;margin: 0 auto 5px;padding: 0 0 12px 0;display:block;position:relative;}
.ft_list ul li p{ color:#666; font-size:12px; margin-bottom:25px;}
.ft_list ul li a {display:block;width: 100%;height:30px;overflow:hidden;line-height:30px;color: #999;font-size:15px;margin: 0;padding:0; white-space:nowrap;text-overflow:ellipsis;}
.ft_list ul li a:hover { color:#fff;}

.f_ewm{ width:120px;}
.f_ewm img{ max-width:160px;}
.f_ewm p{ font-size: 13px; color: #666; line-height: 30px; }
.f_ewm b{ font-size:20px; color:#fff;line-height: 30px; margin-bottom:15px;}
.code1{ margin-top:15px;}
.code1 p{ text-align:center; font-size:15px; margin-top:10px; color:#fff;}

.pc_ft_main .con{ width:28%; padding:0 0 0 5%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.pc_ft_main .con .ico9{display:block;font-size:16px; color:#888; line-height:25px;background:url(../images/ico10.png) left no-repeat; padding-left:25px;}
.pc_ft_main .con .dtel{display:block;font-family: fantasy;font-size:51px;color: #0a78d7;line-height:60px;border-bottom:1px solid #272727;padding: 10px 0;margin-bottom: 20px;}
.pc_ft_main .con span{display:block;font-size:16px;color:#888;line-height:22px;padding-left:25px;margin: 15px 0 0 0;width:92%;height:20px;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;}
.pc_ft_main .con span.ico10{background:url(../images/ico12.png) left no-repeat;}
.pc_ft_main .con span.ico11{background:url(../images/ico11.png) left no-repeat;}


.pc_foot .ft_copy {width:100%;overflow:hidden;color: #999;font-size:14px;padding:14px 0;background: #191b28; border-top:1px solid #2e2f33;}
.pc_foot .ft_copy .w1600{padding: 0 0;margin: 0 auto;}
.pc_foot .ft_copy  a{color:#999;}
.ft_copy a:hover { color:#fff;}
.ft_copy a.cp_lk { display:inline-block; float:right; color:#fff;}
.ft_copy a.cp_lk:hover { color:#fff;}

/*首页-产品中心 开始*/

/*产品分类 开始*/
.h_left { width:100%; overflow:hidden; background-color:#fff; margin:0;}
.cp_type {}
.cp_type .hd {text-align:center;background-color: #0a78d7;padding:12px 20px;}
.cp_type .hd span { display:block; height:40px; line-height:40px; color:#fff; font-size:36px; font-weight:bold; text-align:center; opacity:0.14;}
.cp_type .hd p { height:32px; line-height:32px; color:#fff; font-size:26px; font-weight:bold; text-align:center; margin:-26px auto 0;}

.cp_type .bd { padding:0;}
.cp_type .bd ul{ min-height:300px;}
.cp_type .bd ul li { border-bottom:1px solid #dfdfdf;}
.cp_type .bd ul li.on {}
.cp_type .bd ul li p { height:60px; line-height:60px;}
.cp_type .bd ul li p a { display:block; width:80%; padding:0 0 0 20px; overflow: hidden; line-height:60px; color:#333; font-size:16px; font-weight: bold; white-space:nowrap; text-overflow: ellipsis; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.cp_type .bd ul li p span { display:block; width:20%; height:100%; background:url(../images/mulu1.png) center center no-repeat; cursor:pointer; float:left;}
.cp_type .bd ul li div { background:#fff; display:none;}
.cp_type .bd ul li div a { display:block; height:48px; line-height:48px; color:#797979; font-size:14px; border-top:1px dashed #dfdfdf; padding:0 20px 0 36px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap; background:url(../images/icon4.png) 20px center no-repeat;}
.cp_type .bd ul li div a:first-child { border-top:0;}
.cp_type .bd ul li p:hover, .cp_type .bd ul li.on p {background-color: #1989ea;}
.cp_type .bd ul li p:hover a, .cp_type .bd ul li.on p a { color:#fff;}
.cp_type .bd ul li p:hover span { background:url(../images/mulu2.png) center center no-repeat;}
.cp_type .bd ul li.on p span { background:url(../images/mulu3.png) center center no-repeat;}
.cp_type .bd ul li div a:hover { color:#0a78d7; background:url(../images/icon5.png) 20px center no-repeat;}
.cp_type .bd ul a.ckqb { display:block; height:34px; line-height:34px; font-size:16px; color:#333; background:#f1f1f1; width:92%; margin:10px auto; text-align:center; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;cursor:pointer;}
.cp_type .bd ul a.ckqb:hover { background:#0a78d7; color:#fff;}

.pro_button{display:block;width:100%;height:49px;line-height:49px;text-align:center;background:#0a78d7;color:#333;}
.pro_button a{color:#FFF; font-size:14px;}

.lyNyProDetail_con .cp_type .bd { border:1px solid #dfdfdf; border-top:0; border-bottom: 0;}

/*产品分类 结束*/
/*首页-产品中心 结束*/


/*ny_banner 开始*/
.ny_banner1{ background: url(../images/ny_banner1.jpg) center center no-repeat;}
.ny_banner2{ background: url(../images/ny_banner2.jpg) center center no-repeat;}
.ny_banner3{ background: url(../images/ny_banner3.jpg) center center no-repeat;}
.ny_banner4{ background: url(../images/ny_banner4.jpg) center center no-repeat;}
.ny_banner5{ background: url(../images/ny_banner5.jpg) center center no-repeat;}
.ny_banner6{ background: url(../images/ny_banner6.jpg) center center no-repeat;}
.ny_banner7{ background: url(../images/ny_banner7.jpg) center center no-repeat;}
.ny_banner8{ background: url(../images/ny_banner8.jpg) center center no-repeat;}
.ny_banner9{ background: url(../images/ny_banner9.jpg) center center no-repeat;}
.ny_banner { width:100%;overflow:hidden; margin:0 auto; background-color:#fff; position:relative;padding: 200px 0;background-size: cover;}
.ny_banner .ab_wenzi{ position:absolute; color:#fff;left: 50%;top: 37%;transform: translate(-50%); width:1366px; margin:0 auto;}
.ny_banner .ab_wenzi .p1{ font-size:34px;margin-bottom: 5px;}
.ny_banner .ab_wenzi .p2{font-size:19px;text-transform: uppercase; position:relative;}
.ny_banner .ab_wenzi .p2:after{ content:""; height:2px; width:80px; background:#fff; display:block; position:absolute;left: 115px; bottom: 12px;}
.ny_banner .art_wenzi .p2:after{left: 95px;}
.ny_banner .case_wenzi .p2:after{left: 210px;}
.ny_banner .cont_wenzi{ color:#fff;}
.ny_banner .cont_wenzi .p2:after{left: 135px;background:#fff;}
.ny_banner .down_wenzi{ color:#fff;}
.ny_banner .down_wenzi .p2:after{left: 175px;background:#fff;}
.ny_banner .honor_wenzi{color:#303030;}
.ny_banner .honor_wenzi .p2{color:#9ea1a6;}
.ny_banner .honor_wenzi .p2:after{left: 270px;background:#9ea1a6;}
.ny_banner .new_wenzi{ color:#fff;}
.ny_banner .new_wenzi .p2:after{left: 155px;background:#fff;}
.ny_banner .order_wenzi .p2:after{left: 180px;}
.ny_banner .pro_wenzi{ color:#fff;}
.ny_banner .pro_wenzi .p2:after{left: 190px;background:#fff;}
/*ny_banner 结束*/

/*面包屑 开始*/
.ly_crumb { width:100%; overflow:hidden; margin:0 auto; padding:10px 0; background-color:#fff; border-bottom:1px solid #e8e8e8;}
.ly_crumb .crumb_main { width:1366px; overflow:hidden; margin:0 auto; padding:0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.crumb_main .crumb_text {width: 70%; overflow: hidden; margin: 0; padding: 0 0 0 24px; position: relative; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.crumb_text img { display:block; width:20px; height:20px; overflow:hidden; margin:0; padding:0; position:absolute; left:0; top:10px;}
.crumb_text p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:14px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0;}
.crumb_text p a { color:#333;}
.crumb_text p a:hover { color:#0a78d7;}
.crumb_text p span { color:#777;}

.crumb_main .search_right { width: 28%; height: 40px; overflow: hidden; margin: 0; padding: 0 80px 0 0; position: relative; float: right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.search_right .sc_ipt { width:100%; height:40px; overflow:hidden; margin:0; padding:0;}
.search_right .sc_ipt input { display:block; width:100%; height:40px; overflow:hidden; line-height:38px; color:#777; font-size:14px; white-space:nowrap; text-overflow: ellipsis; background:#f5f5f5 url(../images/sc_btn.png) 9px 9px no-repeat; outline:none; border:0; margin:0; padding:0 9px 0 39px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.search_right .sc_btn { width:80px; height:40px; overflow:hidden; margin:0; padding:0; position:absolute; top:0; right:0;}
.search_right .sc_btn input { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:16px; text-align:center; background-color:#0a78d7; border:none; outline:none; cursor:pointer;}


/*内页-关于我们 开始*/
.ly_NyAboutus { width:100%; min-height: 480px; overflow:hidden; margin:0 auto; padding:0;}
.lyNy_tab { overflow:hidden; margin:40px auto; padding:0; background-color:#f4f4f4;}
.lyNy_tab ul li { width:20%; height:55px; overflow:hidden; margin:0; padding:0; float:left;}
.lyNy_tab ul li a { display:block; width:100%; height:55px; overflow:hidden; line-height:55px; color:#333; font-size:18px; text-align:center; margin:0 auto; padding:0; position:relative;}
.lyNy_tab ul li a i { display:none;}
.lyNy_tab ul li a.Nytabon, .lyNy_tab ul li a:hover { color:#fff; background-color:#0a78d7;}
.lyNy_tab ul li a.Nytabon i, .lyNy_tab ul li a:hover i { display:block; width:20px; height:10px; overflow:hidden; margin:0 0 0 -10px; padding:0; background:url(../images/tabjt.png) center center no-repeat; position:absolute; left:50%; bottom:0;}



/*关于我们-公司简介 开始*/
.ny_title { width:100%; overflow:hidden; margin:0 auto 40px; padding:0;}
.ny_title b { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:32px; font-weight:bold; text-align:center; margin:0 auto; padding:0;}
.ny_title p { width:100%; height:auto; text-align:center; margin:10px auto; padding:0; display:none;}
.ny_title p img { display:inline-block; width:20px; height:20px; vertical-align:middle; margin:-2px 0 0; padding:0;}
.ny_title p i { display:inline-block; width:120px; height:1px; overflow:hidden; margin:-2px 16px 0; padding:0; vertical-align:middle; background-color:#eaeaea;}
.ny_title span { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#999; font-size:16px; text-align:center; margin:0 auto; padding:0; display:none;}

.ly_Gsjj { overflow:hidden; margin:0 auto; padding:0;}
.lyGsjj_main { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyGsjj_main .lyGsjj_img { width:100%; overflow:hidden; margin:0 auto 40px; padding:0;}
.lyGsjj_img img { display:block; width:auto!important; height:auto!important; max-width:100%; margin:0 auto; padding:0;}
.lyGsjj_main .lyGsjj_text { width:100%; overflow:hidden; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyGsjj_name em { display:block; width:60px; height:2px; overflow:hidden; margin:10px auto 0; padding:0; background-color:#d12135;}
.lyGsjj_text p { width:100%; overflow:hidden; line-height:30px; color:#565656; font-size:15px; text-align:justify; word-break: break-all; margin:0 auto; padding:0;}
.lyGsjj_text p span, .lyGsjj_text p em { color:#666!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:14px!important; font-style:normal!important; font-weight:normal!important;}

.NyAbout_data { height:auto; margin:60px auto 0; padding:0;}
.NyAbout_data ul li { width:20%; height:auto; margin:0; padding:0 20px; border-right:1px solid #eaeaea; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAbout_data ul li:nth-child(5) { border:0;}
.NyAbout_data ul li span { display:block; width:100%; height:60px; overflow:hidden; line-height:60px; color:#0a78d7; font-size:64px; font-weight:bold; text-align:center; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyAbout_data ul li:hover span { color:#0a78d7; margin:-20px auto 0;}
.NyAbout_data ul li span font { color:#999; font-size:15px; font-weight:normal;}
.NyAbout_data ul li:hover span font { color:#0a78d7;}
.NyAbout_data ul li p { width:100%; height:30px; overflow:hidden; line-height:30px; color:#999; font-size:15px; text-align:center; margin:0 auto; padding:0;}


/*关于我们-公司简介 结束*/

/*关于我们-企业文化 开始*/
.ly_Aboutqywh { width:100%; overflow:hidden; margin:60px auto; padding:0; background:#f8f8f8 url(../images/idxAd_bg.jpg) center center no-repeat; background-attachment: fixed;}
.ly_Aboutqywh ul li { width:33.333333%; height:460px; overflow:hidden; margin:0; padding:0; border-right:1px solid rgba(255,255,255,0.1); float:left; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_Aboutqywh ul li:nth-child(3) { border:0;}
.ly_Aboutqywh ul li .lyAboutQywh_text { width:100%; height:100%; overflow:hidden; margin:0; padding:140px 40px; position:absolute; left:0; top:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyAboutQywh_text img { display:block; width:64px; height:64px; overflow:hidden; margin:0 auto; padding:0;}
.lyAboutQywh_text .lyAboutQywh_title { width:100%; overflow:hidden; color:#fff; font-size:24px; text-align:center; margin:20px auto 10px; padding:0;}
.lyAboutQywh_text p { width:100%; max-height:60px; overflow:hidden; line-height:30px; color:#fff; font-size:16px; text-align:center; margin:0 auto; padding:0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}


/*关于我们-企业文化 结束*/

/*关于我们-合作伙伴 开始*/
.ly_Abouthzhb { width:100%; overflow:hidden; margin:60px auto 50px; padding:0;}
.ly_Abouthzhb .lyAboutHzhb_main {overflow:hidden; margin:0 auto; padding:0;}

.lyAboutHzhb_main ul li { width:11.625%; height:84px; overflow:hidden; margin:0 1% 10px 0; padding:0; border:1px solid #e4e4e4; border-radius: 4px; float:left; position:relative;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.lyAboutHzhb_main ul li:nth-child(8n+8) { margin:0 0 10px;}
.lyAboutHzhb_main ul li img { display:block; max-width:100%; max-height:100%; overflow:hidden; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyAboutHzhb_main ul li:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}


/*关于我们-合作伙伴 结束*/

/*荣誉资质-公司简介 开始*/
.ly_AboutHonor { width:100%; overflow:hidden; margin:0 auto; padding:60px 0; background-color:#f3f3f3;}
.lyAboutHonor_list { width:1326px; height:auto; margin:0 auto; padding:0 60px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.ny_honor_scoll { width:100%; padding:0;position:relative;}
.ny_honor_scoll .item { position:relative; min-height:240px; overflow:hidden;}
.ny_honor_scoll .swiper-button-prev1, .ny_honor_scoll .swiper-button-next1 { background:url(../images/prev00.png) center center no-repeat; width:40px; height:40px; position:absolute; left:-60px; top:50%; margin-top:-20px;cursor:pointer;}
.ny_honor_scoll .swiper-button-next1 { left:auto; right:-60px; background:url(../images/next00.png) center center no-repeat;}
.ny_honor_scoll .swiper-button-prev1:hover { background:url(../images/prev02.png) center center no-repeat;}
.ny_honor_scoll .swiper-button-next1:hover { background:url(../images/next02.png) center center no-repeat;}
.ny_honor_scoll .content-slider {}
.ny_honor_scoll .content-slider li a { display:block; width:100%; height:240px; background-color:#fff; text-align:center; position:relative; overflow:hidden; border-radius:4px 4px 0 0; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.ny_honor_scoll .content-slider li a img { max-width:100%; max-height:100%; vertical-align:middle; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .25s;}
.ny_honor_scoll .content-slider li a .iblock { display:inline-block; height:100%; width:0; vertical-align:middle}
.ny_honor_scoll .content-slider li:hover a img { transform:scale(1.1); -ms-transform:scale(1.1); -webkit-transform:scale(1.1); -o-transform:scale(1.1); -moz-transform:scale(1.1);}
.ny_honor_scoll .lSPager { display:none;}

.ny_honor_scoll .content-slider li a.lyAboutHonor_text { display:block; width:100%; height:60px; overflow:hidden; line-height:40px; color:#333; font-size:16px; white-space:nowrap; text-overflow: ellipsis; border-radius: 0 0 4px 4px; margin:1px auto 0; padding:10px 50px 10px 15px; background-color:#fff; position:relative; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.ny_honor_scoll .content-slider li a.lyAboutHonor_text em { display:block; width:40px; height:40px; overflow:hidden; margin:0; padding:0; background:url(../images/jt5.png) center center no-repeat; position:absolute; top:10px; right:10px;}
.ny_honor_scoll .content-slider li:hover a.lyAboutHonor_text { background-color:#0a78d7; color:#fff;}
.ny_honor_scoll .content-slider li:hover a.lyAboutHonor_text em { background:url(../images/jt6.png) center center no-repeat;}

/*荣誉资质-公司简介 结束*/

/*内页-关于我们 结束*/


/*内页-产品中心 开始*/
.ly_NyProducts { width:100%; height:auto; min-height: 480px; margin:0 auto; padding:40px 0; background-color:#f5f5f5;}
.ly_NyProducts .lyNyPro_main { width:1366px; height:auto; margin:0 auto; padding:0;}
.lyNyPro_main .lyNyPro_left { width:21%; overflow:hidden; margin:0; padding:0; float:left;}
.lyNyPro_main .lyNyPro_right { width:76%; height:auto; margin:0; padding:0; float:right;}

.lyNyPro_right .lyNyPro_list { width:100%; min-height:320px; overflow:hidden; margin:0 auto; padding:0;}
.ly_idxPro { width:100%; overflow:hidden; margin:0 auto; padding:60px 0 40px; background-color:#f5f5f5; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_idxPro .lyIdxPro_main { width:1366px; overflow:hidden; margin:0 auto; padding:0;}
.lyIdxPro_main .lyIdxPro_left { width:20%; overflow:hidden; margin:0; padding:0; float:left;}
.lyIdxPro_main .lyIdxPro_right { width:78%; overflow:hidden; margin:0; padding:0; float:right;}

.lyIdxPro_right .lyIdxPro_list { width:100%; min-height:320px; overflow:hidden; margin:0 auto; padding:0;}
.lyIdxPro_list ul li { width:49%; height:260px; overflow:hidden; margin:0 2% 20px 0; padding:10px 260px 10px 10px; background-color:#fff; float:left; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxPro_list ul li:nth-child(2n+2) { margin:0 0 20px;}
.lyIdxPro_list ul li .lyIdxPro_con{padding: 30px 10px;}
.lyIdxPro_list ul li .lyIdxPro_img { width:240px; height:240px; overflow:hidden; margin:0 auto; padding:0; position:absolute; top:10px; right:10px;}
.lyIdxPro_list ul li .lyIdxPro_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxPro_list ul li .lyIdxPro_img a img{ display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; z-index:1; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyIdxPro_list ul li:hover .lyIdxPro_img a img{ -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}

.lyIdxPro_list ul li .lyIdxPro_text { padding:30px 10px;}
.lyIdxPro_list ul li .indpro_name { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:18px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyIdxPro_list ul li:hover .indpro_name { color:#0a78d7;}

.lyIdxPro_list ul li p { width:100%; height:72px; overflow:hidden; line-height:24px; color:#888; font-size:14px; word-break:break-all; text-align:justify; margin:10px auto 20px; padding:0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis;}

.lyIdxPro_list ul li .indpro_more { width:100%; overflow:hidden; margin:0; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxPro_list ul li .indpro_more a { display:block; width:118px; height:38px; overflow:hidden; line-height:38px; color:#999; font-size:14px; text-align:center; background-color:#fff; border:1px solid #dfdfdf; margin:0; padding:0;}
.lyIdxPro_list ul li .indpro_more a img{ width:0;-moz-transition: all 0.36s ease-in-out; -webkit-transition: all 0.36s ease-in-out; -o-transition: all 0.36s ease-in-out; -ms-transition: all 0.36s ease-in-out; transition: all 0.36s ease-in-out; }
.lyIdxPro_list ul li:hover .indpro_more a { background-color:#0a78d7; border:1px solid #0a78d7; color:#fff;}
.lyIdxPro_list ul li:hover .indpro_more a img{ width:auto;-moz-transition: all 0.36s ease-in-out; -webkit-transition: all 0.36s ease-in-out; -o-transition: all 0.36s ease-in-out; -ms-transition: all 0.36s ease-in-out; transition: all 0.36s ease-in-out; }


/*内页-产品中心 结束*/

/*内页-产品列表 开始*/
.nyPro_list { width:100%; height:auto; margin:0 auto 40px; padding:0;}
.nyPro_list ul li { width:100%; height:auto; margin:0 auto 20px; padding:10px; background-color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyPro_list ul li:hover { box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);}
.nyPro_list ul li .nyProList_img { width:23%; height:240px; overflow:hidden; margin:0; padding:0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyPro_list ul li .nyProList_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; background-color:#fff; position:relative;}
.nyPro_list ul li .nyProList_img a img.nyPro_img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; z-index:1; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.nyPro_list ul li:hover .nyProList_img a img.nyPro_img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}

.nyPro_list ul li .nyProList_text { width:73%; height:240px; overflow:hidden; margin:0; padding:10px; float:right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyPro_list ul li .nyProList_text .nyProList_name { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.nyProList_text .nyProList_name a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:18px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.nyProList_text .nyProList_name a:hover { color:#0a78d7;}
.nyPro_list ul li .nyProList_text .nyProList_ms { width:100%; overflow:hidden; margin:10px auto; padding:0;}
.nyProList_text .nyProList_ms p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#666; font-size:14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0;}
.nyPro_list ul li .nyProList_text .nyProList_tips { width:100%; overflow:hidden; margin:10px auto; padding:0;}
.nyProList_text .nyProList_tips dl dd { display:inline-block; height:40px; overflow:hidden; line-height:40px; color:#aaa; font-size:14px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0 20px 0 0; float:left;}
.nyProList_text .nyProList_tips dl dd span { color:#333;}
.nyPro_list ul li .nyProList_text .nyProList_btn { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.nyProList_text .nyProList_btn a { display:block; width:130px; height:40px; overflow:hidden; line-height:38px; color:#999; font-size:14px; text-align:center; margin:0 20px 0 0; padding:0; border:1px solid #dfdfdf; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyProList_text .nyProList_btn a:hover { color:#fff; background-color:#0a78d7; border:1px solid #0a78d7;}

.lyNy_Xgwz { width:100%; overflow:hidden; margin:20px auto 0; padding:0;}
.lyNy_Xgwz .Xgwz_tit { overflow:hidden; margin:0 auto; padding:12px 20px; background-color:#0a78d7;}
.Xgwz_tit span { display: block; height: 40px; line-height: 40px; color: #fff; font-size: 36px; font-weight: bold; text-align: center; opacity: 0.14;}
.Xgwz_tit p { height: 32px; line-height: 32px; color: #fff; font-size: 26px; font-weight: bold; text-align: center; margin: -26px auto 0;}
.lyNy_Xgwz .Xgwz_list { width:100%; min-height: 150px; overflow:hidden; margin:0 auto; padding:10px; background-color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNy_Xgwz .Xgwz_list ul li { width:100%; overflow:hidden; margin:0 auto; padding:0 0 0 20px; border-bottom:1px dashed #dfdfdf; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNy_Xgwz .Xgwz_list ul li:last-child { border:0;}
.lyNy_Xgwz .Xgwz_list ul li em { display: block; width: 20px; height: 20px; overflow: hidden; margin: 0; padding: 0; background: url(../images/jt2.png) center center no-repeat; position: absolute; left: 0; top: 14px;}
.lyNy_Xgwz .Xgwz_list ul li:hover em { background: url(../images/jt3.png) center center no-repeat;}
.lyNy_Xgwz .Xgwz_list ul li a { display:block; width:100%; height:48px; overflow:hidden; line-height:48px; color:#797979; font-size:15px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNy_Xgwz .Xgwz_list ul li a:hover { color:#0a78d7;}

.lyNyProDetail_con .lyNy_Xgwz .Xgwz_list { border:1px solid #dfdfdf; border-top:0;}

/*内页-产品列表 结束*/

/*内页-新闻中心&amp;技术文章 开始*/
.ly_NyNews { width:100%; min-height: 480px; height:auto; margin:40px auto; padding:0;}
.ly_NyNews .lyNyNew_main { width:1366px; height:auto; margin:0 auto; padding:0;}
.lyNyNew_main .lyNyNew_Tj { width:100%; height:auto; margin:0 auto 30px; padding:25px 250px 25px 210px; background-color:#fff; border:1px solid #eee; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyNew_main .lyNyNew_Tj:hover { box-shadow:0 8px 20px rgba(0,0,0,0.1);}
.lyNyNew_Tj .lyNyNew_TjImg { width:200px; height:120px; overflow:hidden; margin:0; padding:0; position:absolute; right:25px; top:25px;}
.lyNyNew_Tj .lyNyNew_TjImg a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.lyNyNew_Tj .lyNyNew_TjImg a img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; object-fit:cover; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyNew_Tj:hover .lyNyNew_TjImg a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.lyNyNew_Tj .lyNyNew_TjText { width:100%; height:120px; overflow:hidden; margin:0; padding:10px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName { width:100%; height:auto; overflow:hidden; margin:0 auto 5px; padding:0;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#555; font-size:18px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjName a:hover { color:#0a78d7;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyNew_Tj .lyNyNew_TjText .lyNyNew_TjMs p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#999; font-size:14px; text-align:justify; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNyNew_Tj .lyNyNew_TjTime { width:160px; height:90px; overflow:hidden; margin:0; padding:10px 25px 10px 0; position:absolute; left:25px; top:40px; border-right:1px solid #eee; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyNew_Tj .lyNyNew_TjTime span { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#999; font-size:16px; text-align:center; margin:0 auto; padding:0;}
.lyNyNew_Tj .lyNyNew_TjTime p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:40px; font-weight:bold; text-align:center; margin:0 auto; padding:0;}
.lyNyNew_Tj:hover .lyNyNew_TjTime span, .lyNyNew_Tj:hover .lyNyNew_TjTime p { color:#0a78d7;}

.lyNyNew_main .lyNyNew_list { width:100%; height:auto; margin:0 auto; padding:0;}
.lyNyNew_list ul li { width:49%; height:auto; margin:0 2% 30px 0; padding:0; border:1px solid #eee; background-color:#fff; float:left; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyNew_list ul li:nth-child(2n+2) { margin:0 0 30px 0;}
.lyNyNew_list ul li:hover { background-color:#0a78d7; border:1px dashed #0a78d7; box-shadow:0 8px 20px rgba(0,0,0,0.2);}
.lyNyNew_list ul li .lyNyNew_text1 { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:20px 25px; border-bottom:1px solid #eee; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyNew_list ul li:hover .lyNyNew_text1 { border-bottom:1px solid rgba(255,255,255,0.1);}
.lyNyNew_list ul li .lyNyNew_text1 .lyNyNew_name { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
.lyNyNew_list ul li .lyNyNew_text1 .lyNyNew_name a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:18px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNyNew_list ul li:hover .lyNyNew_text1 .lyNyNew_name a { color:#fff;}
.lyNyNew_list ul li .lyNyNew_text1 .lyNyNew_ms { width:100%; overflow:hidden; margin:6px auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyNew_list ul li .lyNyNew_text1 .lyNyNew_ms p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#999; font-size:14px; text-align:justify; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNyNew_list ul li:hover .lyNyNew_text1 .lyNyNew_ms p { color:#fff;}
.lyNyNew_list ul li .lyNyNew_text2 { width:100%; height:48px; overflow:hidden; margin:0 auto; padding:0 48px 0 25px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyNew_list ul li .lyNyNew_text2 .lyNyNew_time { width:100%; height:48px; overflow:hidden; line-height:48px; color:#aaa; font-size:14px; margin:0 auto; padding:0;}
.lyNyNew_list ul li .lyNyNew_text2 .lyNyNew_time i { display:block; width:20px; height:20px; margin:14px 10px 14px 0; padding:0; float:left; background:url(../images/time_icon2.png) center center no-repeat;}
.lyNyNew_list ul li:hover .lyNyNew_text2 .lyNyNew_time { color:#fff;}
.lyNyNew_list ul li:hover .lyNyNew_text2 .lyNyNew_time i { background:url(../images/time_icon3.png) center center no-repeat;}
.lyNyNew_list ul li .lyNyNew_text2 a.lyNyNew_more { display:block; width:48px; height:48px; overflow:hidden; margin:0; padding:0; border-left:1px solid #eee; background:url(../images/jt2.png) center center no-repeat; position:absolute; top:0; right:0;}
.lyNyNew_list ul li:hover .lyNyNew_text2 a.lyNyNew_more { background:url(../images/jt16.png) center center no-repeat; border-left:1px solid rgba(255,255,255,0.1);}

/*内页-新闻中心&amp;技术文章 结束*/

/*内页-成功案例 开始*/
.ly_NySuccesscase { height:auto; margin:40px auto; padding:0;}
.ly_NySuccesscase .lyNyCase_list { width:100%; height:auto; margin:0 auto; padding:0; min-height:300px;}

.lyNyCase_list ul li { width:31.667%; height:auto; overflow:hidden; margin:0 2.4995% 30px 0; padding:0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyCase_list ul li:nth-child(3n+3) { margin:0 0 30px;}
.lyNyCase_list ul li .idxCase_img { width:100%; height:280px; overflow:hidden; margin:0 auto 10px; padding:0;}
.lyNyCase_list ul li .idxCase_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.lyNyCase_list ul li .idxCase_img a img { display:block; width:100%; height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;object-fit: cover;}
.lyNyCase_list ul li:hover .idxCase_img a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.lyNyCase_list ul li .idxCase_text { width:100%; height:auto; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyCase_list ul li .idxCase_text .idxCase_name { width:100%; height:40px; margin:0 auto; padding:0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyCase_list ul li .idxCase_text .idxCase_name a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:20px; white-space: nowrap; text-overflow: ellipsis; margin:0; padding:0;}
.lyNyCase_list ul li .idxCase_text span { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#999; font-size:14px; margin:4px auto 10px; padding:0;}
.lyNyCase_list ul li .idxCase_text span img { display:block; width:20px; height:20px; overflow:hidden; margin:0 4px 0 0; padding:0; float:left;}
.lyNyCase_list ul li:hover .idxCase_text .idxCase_name a { color:#0a78d7;}
.lyNyCase_list ul li .idxCase_text p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#888; font-size:14px; word-break:break-all; margin:0 auto; padding:0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyCase_list ul li .idxCase_text a.idxCase_btn { display:block; width:120px; height:36px; overflow:hidden; line-height:36px; color:#fff; font-size:14px; text-align:center; margin:20px 0 0; padding:0; background-color:#333;}
.lyNyCase_list ul li .idxCase_text a.idxCase_btn img { display:inline-block; width:20px; height:20px; overflow:hidden; vertical-align:middle; margin:-2px 0 0; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyCase_list ul li:hover .idxCase_text a.idxCase_btn { background-color:#0a78d7;}
.lyNyCase_list ul li:hover .idxCase_text a.idxCase_btn img { margin:-2px 0 0 10px;}

/*内页-成功案例 结束*/

/*分页样式 开始*/
#fengye { text-align: center; margin: 20px auto 0; color: #555; font-size:14px;}
#fengye a { display: inline-block; padding: 0 10px; background: #ddd; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; border-radius: 2px; color: #555; font-size:14px;}
#fengye a:hover { background: #0a78d7; color: #ffffff; }
#fengye a.pnnum1 { background: #0a78d7; color: #ffffff; }
#fengye input { display: inline-block; padding: 0 5px; background-color: #0a78d7; width: 40px !important; height: 30px !important; line-height: 30px; text-align: center; margin: 0 5px; color: #fff; cursor: pointer; border: 0; outline:none;}
#fengye .p_input { display: inline-block; padding: 0 5px; background: #ddd; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; color: #555; cursor: default;}

/*分页样式 结束*/

/*内页-新闻详情&amp;文章详情 开始*/
.ly_NyNewsdetail {overflow:hidden; margin:40px auto; padding:0; min-height:300px;}
.ly_NyNewsdetail .NyNewsdetail_title { width:100%; overflow:hidden; line-height:36px; color:#333; font-size:24px; font-weight:bold; text-align:center; margin:0 auto; padding:0;}
.ly_NyNewsdetail .NyNewsdetail_tips { width:100%; height:auto; overflow:hidden; line-height:20px; color:#999; font-size:14px; text-align:center; margin:20px auto; padding:10px 0; background-color:#f1f1f1;}
.ly_NyNewsdetail .NyNewsdetail_con { width:100%; overflow:hidden; margin:0 auto; padding:0; line-height:30px; color:#565656; font-size:15px; text-align:justify; min-height:300px;}
.NyNewsdetail_con p, .NyNewsdetail_con div { width:100%; overflow:hidden; line-height:30px; color:#666; font-size:15px; text-align:justify;  margin:0 auto; padding:0;}
.NyNewsdetail_con p span, .NyNewsdetail_con span, .NyNewsdetail_con p em, .NyNewsdetail_con em { color:#666!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:15px!important;}
.NyNewsdetail_con table tr td p { text-indent:0!important;}
.NyNewsdetail_con img { display:block; width:auto!important; height:auto!important; max-width:100%; margin:0 auto; padding:0; text-indent:0!important;}

.ly_NyNewsdetail .ly_PrevNext { margin:40px auto 0;}


.ly_PrevNext { width:100%; overflow:hidden; margin:60px auto 0; padding:20px 0 0; border-top:1px solid #eaeaea;}
.ly_PrevNext ul li { width:50%; height:40px; overflow:hidden; line-height:40px; color:#999; font-size:14px; white-space:nowrap; text-overflow: ellipsis; margin:0; padding:0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_PrevNext ul li a { color:#333; font-size:14px;}
.ly_PrevNext ul li:last-child { text-align:right;}
.ly_PrevNext ul li:hover { color:#0a78d7;}
.ly_PrevNext ul li:hover a { color:#0a78d7;}
/*内页-新闻详情&amp;文章详情 结束*/

/*内页-在线留言 开始*/
.ly_NyOrder { width:1366px; overflow:hidden; margin:0 auto 60px; padding:0;}
.ly_msg { width: 100%; overflow: hidden; margin: 0 auto; padding: 0;}
.ly_msg h3 { display: none!important;}
.ly_msg ul { width: 100%; overflow: hidden; margin: 0 auto; padding: 0;}
#ly_msg.ly_msg ul,#ly_msg.ly_msg{ margin: 0 auto!important;}
.ly_msg ul li { width: 100%; overflow: hidden; line-height: 44px; margin: 0 auto 20px!important; padding: 0; color: #999; font-size: 14px;}
.ly_msg ul li:last-child { margin:0 auto!important;}
.ly_msg ul li h4 { width: 10%!important; height: 44px!important; overflow: hidden; line-height: 44px!important; margin: 0; padding: 0 12px 0 0; color: #333; font-size: 14px; text-align: right; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara { width: 83%; overflow: hidden; margin: 0; padding-right: 20px; background: url(../images/tb_img.png) top right no-repeat; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_tara { width: 88%!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri!important;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_ipt2 { height: 44px!important; background: url(../images/tb_img.png) right center no-repeat!important;}
.ly_msg ul li .msg_ipt12 { width: 85%; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt1 input, .msg_tara textarea { display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt12 input { height: 34px; line-height: 16px; display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input { height: 44px!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri !important;}
.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input, .msg_tara textarea { font-size: 14px!important; background-color: #f8f8f8!important; border: none!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri!important; outline: none!important; resize: none!important;}

.ly_msg ul li .msg_ipt1 #selPvc { height: 44px!important; line-height: 44px!important; color: #666!important; font-size: 14px!important; background-color: #f8f8f8!important; border: none!important; padding: 0 15px!important; outline: none!important; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.ly_msg ul li .msg_ipt2, .msg_ipt2 input { width: 160px!important;}
.ly_msg ul li .msg_ipt2 { width: 120px; height: 34px; overflow: hidden; margin-right: 10px; padding: 0; float: left;}
.ly_msg ul li a.yzm_img {display: block; width: 90px; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; background: url(../images/tb_img.png) top right no-repeat; float: left;}
.ly_msg ul li a.yzm_img { width: 120px!important; height: 44px!important; background: url(../images/tb_img.png) right center no-repeat!important;}
.ly_msg ul li a.yzm_img img { display: block; width: 100%!important; height: 100%!important;}
.ly_msg ul li .msg_btn { width: 83%; overflow: hidden; margin: 0 auto; padding: 0; float: left;}
.ly_msg ul li .msg_btn { width: 88%!important;}
.msg_btn input { display: block; width: 100px; height: 34px; overflow: hidden; line-height: 32px; margin: 0 15px 0 0; padding: 0; background-color: #f0f0f0; color: #333; font-size: 13px; text-align: center; border: 1px solid #ccc; float: left;}
.msg_btn input { width: 160px!important; height: 44px!important; line-height: 44px!important; color: #fff!important; font-size: 15px!important; text-align: center!important; border: none!important; background-color: #0a78d7!important; cursor: pointer!important;}
.msg_btn input:last-child { background-color: #3b3b3b!important;}


/*内页-在线留言 结束*/

/*内页-联系我们 开始*/
.ly_NyContact { width:1366px; height:auto; margin:95px auto 60px; padding:0;}
.ly_NyContact .lyNyContact_main { width:100%; height:auto; margin:0 auto; padding:0;}
.lyNyContact_main .lyNyContact_lxfs { width:100%; height:auto; margin:0 auto 40px; padding:0;}
.lyNyContact_lxfs ul li { width:23.5%; height:auto; margin:0 2% 0 0; padding:20px; background-color:#f6f0f0; border-radius:8px; float:left; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNyContact_lxfs ul li:nth-child(4) { margin:0;}
.lyNyContact_lxfs ul li img { display:block; width:106px; height:106px; overflow:hidden; margin:-73px auto 20px; padding:0;}
.lyNyContact_lxfs ul li span { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#333; font-size:16px; text-align:center; margin:0 auto; padding:0;}
.lyNyContact_lxfs ul li em { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:#aaa; font-size:14px; text-align:center; margin:0 auto 20px; padding:0;}
.lyNyContact_lxfs ul li p { width:100%; height:60px; overflow:hidden; line-height:30px; color:#666; font-size:16px; text-align:center; word-break:break-all; display:-webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; margin:0 auto; padding:0;}

.lyNyContact_main .lyNyContact_ewm { width:100%; overflow:hidden; margin:0 auto 40px; padding:60px 0; background:#fff url(../images/NyContact_ewmbg.jpg) center center no-repeat; background-size:100%;}
.lyNyContact_ewm p { width:100%; overflow:hidden; line-height:40px; color:#fff; font-size:32px; text-align:center; margin:0 auto; padding:0;}
.lyNyContact_ewm span { display:block; width:100%; overflow:hidden; line-height:30px; color:#fff; font-size:16px; text-align:center; margin:0 auto; padding:0;}
.lyNyContact_ewm .ewm_img { width:160px; height:160px; overflow:hidden; margin:30px auto 0; padding:0;}
.lyNyContact_ewm .ewm_img img { display:block; width:100%; height:100%; margin:0 auto; padding:0;}

.lyNyContact_main .lyNyContact_map { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyContact_map .lyNyContact_Mapmain { width:100%; height:400px; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; border:1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}

.dz_map { width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0;}
.dz_map #container { height:120%;}
.dz_map iframe { width:100%;}
.dz_map iframe body { width:100%;}
.dz_map #container div&gt;div:nth-child(2) {}

/*内页-联系我们 结束*/

/*内页-荣誉资质 开始*/
.ly_NyHonor { width:1366px; height:auto; margin:40px auto; padding:0;}
.ly_NyHonor .lyNyHonor_list { width:100%; height:auto; min-height:300px; margin:0 auto; padding:0;}
.lyNyHonor_list ul li { width:23.5%; overflow:hidden; margin:0 2% 20px 0; padding:20px; background-color:#f6f6f6; float:left; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyNyHonor_list ul li:nth-child(4n+4) { margin:0 0 20px;}
.lyNyHonor_list ul li .lyIdxHonor_img { width:100%; height:220px; overflow:hidden; margin:0 auto 20px; padding:0;}
.lyNyHonor_list ul li .lyIdxHonor_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; position:relative;}
.lyNyHonor_list ul li .lyIdxHonor_img a img {  display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyHonor_list ul li:hover .lyIdxHonor_img a img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.lyNyHonor_list ul li .lyIdxHonor_text { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyHonor_list ul li .lyIdxHonor_text a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:16px; text-align:center; white-space: nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}
.lyNyHonor_list ul li:hover .lyIdxHonor_text a { color:#0a78d7;}
.lyNyHonor_list ul li i { display:block; width:0; height:3px; overflow:hidden; margin:0; padding:0; background-color:#0a78d7; position:absolute; bottom:0; left:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyNyHonor_list ul li:hover i { width:100%;}
/*内页-荣誉资质 结束*/

/*内页-产品详情 开始*/
.ly_NyProDetail { width:1366px; overflow:hidden; margin:60px auto; padding:0;}

.ly_NyProDetail .lyNyProDetail_con { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.lyNyProDetail_con .lyNyProDetail_left { width:25%; overflow:hidden; margin:0; padding:0; float:left;}
.lyNyProDetail_con .lyNyProDetail_right { width:72%; overflow:hidden; margin:0; padding:0; float:right;}
.lyNyProDetail_right .lyNyProDetail_ConTit { margin:0 auto 30px; padding:0; border-bottom:2px solid #0a78d7;}
.lyNyProDetail_ConTit p {width: 120px;height:40px;overflow:hidden;line-height:40px;color:#fff;font-size:16px;text-align:center;margin:0;padding:0 19px;background-color:#0a78d7;}

.lyNyProDetail_right .lyNyProDetail_ConText { width:100%; overflow:hidden; line-height: 28px; color: #555; font-size: 14px; margin:0 auto 30px; padding:0;}
.lyNyProDetail_ConText img, .lyNyProDetail_ConText table, 
.lyNyProDetail_ConText tr, .lyNyProDetail_ConText td, 
.lyNyProDetail_ConText p, .lyNyProDetail_ConText span, 
.lyNyProDetail_ConText div, .lyNyProDetail_ConText video, .lyNyProDetail_ConText embed { width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%; line-height: 28px; color: #555; font-size: 14px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;}
.lyNyProDetail_ConText table { margin:0!important;}
.NyNewsdetail_con p span, .NyNewsdetail_con span, .NyNewsdetail_con p em, .NyNewsdetail_con em { color:#565656!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:15px!important;}
.lyNyProDetail_ConText table tr td p { text-indent:0!important;}
.lyNyProDetail_ConText img { display:inline-block; width:auto!important; height:auto!important; max-width:100%; margin:0 auto; padding:0; text-indent:0!important;}


.pro_detail_main { width:100%; height:auto; margin: 0 auto 40px; padding: 0; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro_detail_main .pro_detail_img { width:480px; height: 480px; overflow: hidden; margin: 0; padding: 10px; border: 1px solid #eaeaea; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro_detail_img .pro_detail_img_main { width:100%; height: 100%; margin: 0 auto; padding: 0; position: relative;}
.pro_detail_img_main img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.pro_detail_main .pro_detail_text {width:53%;min-height:360px;overflow: hidden;margin: 0;padding: 0 0 100px;float: right;position:relative;}
.pro_detail_text h1 { width:100%; overflow: hidden; line-height: 40px; color: #333; font-size: 30px; text-align: justify; margin: 0 auto; padding: 0;}
.pro_detail_text .jyms { width:100%; height:140px; overflow:hidden; margin:20px auto; padding:20px; background-color:#f8f8f8; box-sizing: border-box;}
.pro_detail_text .jyms p { width:100%; height:100px; overflow:hidden; line-height:25px; color:#888; font-size:14px; text-align: justify; margin:0 auto; padding:0; display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 4;}
.pro_detail_text .jyms p span { color:#333; font-weight: bold;}
.pro_detail_text ul { width:100%; margin: 0 auto; padding: 0;}
.pro_detail_text ul li { width:100%; height:32px; overflow: hidden; line-height: 32px; color: #888; font-size: 14px; text-align: justify; white-space:nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0;}
.pro_detail_text ul li img { display:block; width:16px; height:16px; overflow:hidden; margin:7px 4px 7px 0; padding:0; float:left;}
.pro_detail_text ul li span { color:#333;}
.pro_detail_text .pro_detail_btn { width:100%; height: 60px; overflow: hidden; margin: 0 auto; padding: 0; position:absolute; left:0; bottom:0;}
.pro_detail_btn a { display:block; width: 48%; height: 60px; overflow: hidden; line-height: 60px; color: #fff; font-size: 22px; text-align: center; margin: 0; padding: 0; float: left;}
.pro_detail_btn a.prodtl_btn1 { float:left; margin: 0 4% 0 0; background-color: #a5a5a5;}
.pro_detail_btn a.prodtl_btn2 { float:left; background-color: #0a78d7;}
.pro_detail_btn a.prodtl_btn1:hover { background-color: #8e8c8c;}
.pro_detail_btn a.prodtl_btn2:hover { background-color: #086cc3;}

/**产品详情页产品图片切换**/
.prodetail_img { width:44%; height: 440px; margin: 0; padding: 0; float:left; position:relative; z-index:1; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#preview { width:100%; margin:0; text-align:center; position:relative;}
.list-h li { float:left;}
#spec-n5 {width:100%;height: 90px;padding-top:10px;overflow:hidden;}
#spec-left { width:16px; height:70px; float:left; cursor:pointer; margin-top:3px;}
#spec-right { width:16px; height:70px; float:left;cursor:pointer; margin-top:3px;}
#spec-list { width:440px; float:left; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul {}
#spec-list ul li {float:left;display:inline;padding:0;width:18.4%;height: 80px;margin:0 2% 0 0;}
#spec-list ul li:last-child { margin:0;}
#spec-list ul li p { width:100%; height:100%; overflow:hidden; margin:0; padding:0; border:1px solid #dfdfdf; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#spec-list ul li:hover p { border:1px solid #1f71c2;}
#spec-list ul li img { display:block; max-width:92%; max-height:94%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
/*jqzoom*/
.jqzoom { position:relative; width:100%; height:360px; overflow:hidden; padding:0; border:1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.jqzoom img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.zoomdiv { z-index:100;position:absolute;top:1px;left:0px; background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #eaeaea;display:none;text-align:center;overflow: hidden; left:104%!important; top:0!important;}
.bigimg { }
.jqZoomPup { width:200px!important; height:200px!important; z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;background:url(../images/mask.png) 0 0 repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list { position:relative; width:100%; margin:0;}
#spec-list div { width:100%!important; height:70px!important; margin:0;}
#ceshi { display:block; margin:auto!important; left:0; top:0; bottom:0; right:0;}
.prodetail_img a.videoIco { left:20px!important; bottom:20px!important; z-index:99!important;}
.Warning { width:100%!important; height:100%!important;}

/*内页-产品详情 结束*/

/*内页-资料下载 开始*/
.NyNewsdetail_con .NyDown_btn { width:100%; overflow:hidden; margin:20px auto 0; padding:0;}
.NyNewsdetail_con .NyDown_btn a{ display:block; width:160px; height:44px; overflow:hidden; line-height:44px; color:#fff; font-size:16px; text-align:center; text-indent:0; margin:0 auto; padding:0; background-color:#0a78d7;}
.NyNewsdetail_con .NyDown_btn a:hover { background-color:#fe9b02;}

/*内页-资料下载 结束*/


/*右侧漂浮 开始*/
.client-2 {position:fixed;right:-170px;top:50%;z-index: 99999!important;}
.client-2 li a {text-decoration:none;}
.client-2 li {margin-top:1px;clear:both;height: 71px;position:relative;}
.client-2 li i {background:url(../images/fx.png) no-repeat;display:block;width:30px;height:27px;margin: 4px auto 0;text-align:center;}
.client-2 li p {height:20px;font-size:14px;line-height:20px;overflow:hidden;text-align:center;color:#fff;}
.client-2 .my-kefu-qq i {background-position:4px 5px;}
.client-2 .my-kefu-tel i {background-position:0 -21px;}
.client-2 .my-kefu-liuyan i {background-position:4px -53px;}
.client-2 .my-kefu-weixin i {background-position:-34px 4px;}
.client-2 .my-kefu-weibo i {background-position:-30px -22px;}
.client-2 .my-kefu-ftop {display:none;}
.client-2 .my-kefu-ftop i {width:33px;height:35px;background-position:-27px -51px;}
.client-2 .my-kefu-left {float:left;width:77px;height: 71px;position:relative;}
.client-2 .my-kefu-tel-right {font-size:16px;color:#fff;float:left;height:24px;line-height:22px;padding:0 15px;border-left:1px solid #fff;margin-top:14px;}
.client-2 .my-kefu-right {width:20px;}
.client-2 .my-kefu-tel-main {background:#0a78d7;color:#fff;height: 71px;width:247px;padding:9px 0 6px;float:left;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.client-2 .my-kefu-main {background:#0a78d7;width:97px;height: 71px;position:relative;padding:9px 0 6px;float:left;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.client-2 .my-kefu-weixin-pic {position:absolute;left:-130px;top:-24px;display:none;z-index:333;}
.my-kefu-weixin-pic img {width:115px;height:115px;}

/*右侧漂浮 结束*/


.fvopvideo { width:80% !important; height:480px!important;margin:0 auto 20px;position:relative;z-index:99;}
#KFRightScreen,.MTKFIMcustom{ z-index:999999;}</pre></body></html>